home *** CD-ROM | disk | FTP | other *** search
- set theSearchItem to the clipboard
- tell application "Interarchy"
- activate
- -- default search is to www.versiontracker.com
- netsearch theSearchItem
-
-
- -- The following commented code was designed for use with early versions of Anarchie
- (* set theResult to find theSearchItem server "archie.au" matches 100
- if theResult is "" then
- find theSearchItem server "archie.internic.net" matches 100 with window
- end if *)
- end tell
-